home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sports Illustrated for Kids - Awesome Athletes!
/
Sports Illustrated for Kids - Awesome Athletes!.iso
/
iv.dir
/
00050_select callback.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-04-19
|
207 b
|
9 lines
on mouseUp
global givState
if the selectType of givState = #topic then
DoTopicSelect(the topicSelectListPtr of givState)
else
DoAthleteSelect(the athleteSelectListPtr of givState)
end if
end